From 4ee0bdede38337061ae9934ae95d0a946ad79145 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Mon, 12 Jun 2017 11:21:40 +0100 Subject: [PATCH] x86/tests: Ignore automatically generated sse*.c files Signed-off-by: Andrew Cooper Acked-by: Jan Beulich --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74747cb7e7..995fc68023 100644 --- a/.gitignore +++ b/.gitignore @@ -226,7 +226,7 @@ tools/tests/x86_emulator/*.tmp tools/tests/x86_emulator/asm tools/tests/x86_emulator/avx*.h tools/tests/x86_emulator/blowfish.h -tools/tests/x86_emulator/sse*.h +tools/tests/x86_emulator/sse*.[ch] tools/tests/x86_emulator/test_x86_emulator tools/tests/x86_emulator/x86_emulate tools/tests/xen-access/xen-access -- 2.30.2